dsh-web-search-anysearch:DeepSeek Harness 的 AnySearch 网页搜索插件

`dsh-web-search-anysearch` 是 DeepSeek Harness (DSH) 的原生 Web 搜索插件,由 mcxianyujun 维护,采用 MIT 许可。该插件通过接入 AnySearch 的 `POST /v1/search` REST API 提供网页搜索能力,无需修补 Harness 核心或依赖 JSON-RPC 桥接。其核心特性包括独立的 Web 设置区域和凭据管理,使用独立的 `ANYSEARCH_API_KEY` 并通过 DSH credentials service 安全存储,不复用 DeepSeek 默认密钥。插件支持完整的来源信息(URL、标题、

Read More
dsh-kit: Adding Dock Panels and Free Web Search to DSH Session Workspaces

dsh-kit is an MIT-licensed plugin for DeepSeek Harness (dsh), maintained by zhouzhencheng07, requiring Node.js ≥ 22. This plugin provides a toggleable dock panel for dsh web, integrating terminal, file tree, source code management, background tasks, skill management, and mobile access features, while incorporating the free multi-source web search capability from dsh-free-search v0.2.0. Users can quickly open each panel via keyboard shortcuts: the terminal supports multi-tab background execution; the file tree supports file editing and diff, with recycle bin protection for deletions on Windows; source code management handles git operations; background tasks monitor session running status; skill management covers skill configurations at various levels. Mobile access generates links and QR codes via tokens, supporting

Read More
dsh-web-search-pro: DSH Multi-Engine Web Search with Persistent Caching

dsh-web-search-pro is a DSH bundle plugin maintained by anweat, integrating multi-engine search, 20-platform retrieval, content scraping, SQLite+LRU caching, and Playwright rendering into 11 tools. It requires paired installation with @anweat/dsh-browser and supports engine fallbacks for Exa/DDG/Bing/Jina, Chinese community login states, and site-specific rules. This article covers installation commands, typical usage, configuration highlights, and security considerations.

Read More
Using firecrawl-build-search: Start from queries and write web discovery into product code

`firecrawl-build-search` is an official Agent Skill for Firecrawl, specifically designed to connect the `/search` endpoint to product code: the functionality starts from queries instead of URLs. It first discovers, ranks and selects sources, then decides whether to hydrate the content or hand it over to `/scrape`. This article cross-verifies installation commands, authentication fields, one-step/two-step call differences, and error-prone upgrade paths such as paper indexing and developer indexing based on GitHub's SKILL.md, repository README, officialskills.sh and docs.firecrawl.dev.

Read More
Integrate Web Search, Crawling and Browser Interaction into Application Code with firecrawl-build

`firecrawl-build` is the official application integration entry Skill of Firecrawl, located in the `firecrawl/skills` repository. It targets scenarios where products, agents or workflows need to obtain webpage data through code. It first clarifies what data to fetch and how to fetch it, then routes the requirements to `/scrape`, `/search` or `/interact`, instead of mixing "help me search a page in the current session" with "integrate Firecrawl into the backend". This article checks the installation commands, environment variables, SDK, sub-skill division, smoke test, and the boundaries with CLI/Workflow skills against the SKILL.md, repository README and official documentation.

Read More